|
||||||||||
| 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 | |
|---|---|
java.lang.String |
name
Name of the handler (required). |
java.lang.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 java.lang.String name
public abstract java.lang.String namespace
public abstract int level
public abstract boolean architecture
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||