Original code developed by Robert LaThanh Modifications by Fred Grott, all under Apache License 2.0 Copyright (C) 2016
The Taggable Interface for the simple adapter
public interface Taggable {
void setTag(@Nullable Object tag);
@Nullable
Object getTag();
}