Annotation Interface Required


@Documented @Retention(SOURCE) @Target(METHOD) public @interface Required
Used on the setter method on a Tag class to indicate that this attribute is required.
Author:
Kohsuke Kawaguchi