com.leafdigital.ui.api
Annotation Type UICallback


@Retention(value=SOURCE)
@Target(value=METHOD)
@Documented
public @interface UICallback

Indicates that method has a single parameter which is the name of a callback function in the target UI handler.

When set methods use this annotation, then when an XML file indicates the use of this set method, it will be checked to make sure it actually exists in the target object.

This annotation may only be added to a set method inside an interface. (The annotation must not be added to a superinterface.)



Copyright © 2011 Samuel Marshall. All rights reserved.