Annotation for a group of extensions.
@Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Extensions {
public Extension[] value ;
}
The extensions.
Table 4.84 value
Parameter |
Description |
return |
the extensions |