@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface UniqueByteRepresented
AnnotatedUbrUtil.
To work correctly, the annotated field type must either implement UniqueByteRepresentable
or must be one of byte[], Byte, String, Integer, BigInteger,
List, Array, Enum, Map or Set.