|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=METHOD) public @interface Exported
Individual Java functions may be exported to JavaScript callers by applying
this annotation on a concrete Java method within a JSWrapper. The Java method
will be bound to a property on the backing object per the class's NamePolicy
or a FieldName
annotation on the method. This annotation can also be
used in conjunction with a JSFunction
type when the type declares
more than one method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |