Package com.helger.html.hc.special
Annotation Type SpecialNodeListModifier
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface SpecialNodeListModifier
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends IHCSpecialNodeListModifier>value
-
-
-
Element Detail
-
value
Class<? extends IHCSpecialNodeListModifier> value
- Returns:
- The class implementing
IHCSpecialNodeListModifier. It must be public and have a public no-argument constructor.
-
-