|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) public @interface Handler
This annotation declares a handler. This annotation is mandatory to declares an iPOJO handler.
Required Element Summary | |
---|---|
String |
name
Name of the handler (required). |
String |
namespace
Namespace of the handler (required). |
Optional Element Summary | |
---|---|
boolean |
architecture
Enable / Disable the architecture exposition. |
int |
level
Start-level of the handler. |
Element Detail |
---|
public abstract String name
public abstract String namespace
public abstract int level
public abstract boolean architecture
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |