org.jvnet.maven.jellydoc.annotation
Annotation Type Required


@Documented
@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface Required

Used on the setter method on a Tag class to indicate that this attribute is required.

Author:
Kohsuke Kawaguchi



Copyright © 2011. All Rights Reserved.