@Target({TYPE,FIELD,METHOD})
@Retention(RUNTIME)
public @interface Extension
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String |
key |
The key for the extension (required).
|
java.lang.String |
value |
The value for the extension (required).
|
java.lang.String |
vendorName |
Vendor that the extension applies to (required).
|