Annotation Interface NoContent


@Documented @Retention(SOURCE) @Target(TYPE) @Inherited public @interface NoContent
Used on the Tag class to indicate that this tag doesn't accept any nested content model.
Author:
Kohsuke Kawaguchi