@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface Tags
Note: If both Tag
and
Tags
annotations are specified on the same
method/class, then both tag definitions should be applied to method/class.
public abstract Tag[] value