org.benow.web.extension
Annotation Type Extension.IsElement
@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Extension.IsElement
Specify this Annotation to indicate that a method is to become an
element in the extension. By default public methods that return values are
functions and those that don't are considered elements. It is valid
(but somewhat unusual) for a method which returns a value to be wanted
to be used as an element. If this is the case specify the Element annotation.
- Author:
- andy
|
Optional Element Summary |
boolean |
value
|
value
public abstract boolean value
- Default:
- true