@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface Tag
Annotated classes can have zero or multiple members annotated as tags. Annotated class members
with null values are ignored.
public abstract String value
If this value is not set, then the tag name will be derived from the annotated class member's name.
Copyright © 2020. All rights reserved.