Annotation Type Extension


@Retention(RUNTIME) @Target({FIELD,PARAMETER,LOCAL_VARIABLE}) @Documented @Beta @GwtCompatible public @interface Extension
Marks a field, parameter or local variable as extension provider. Annotated extension fields are inherited if their visibility is set accordingly.
Since:
2.4
Author:
Sebastian Zarnekow - Initial contribution and API