@Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) public @interface FlagDesc
name() is used to determine flag name, otherwise field name of the
annotated field is used.
For classpath-scanning to work correctly, each class having a @FlagDesc member must be
itself annotated with @FlagDesc.
{@codeCopyright © 2016. All rights reserved.