@Target(value=TYPE) public @interface Handler
Modifier and Type | Required Element and Description |
---|---|
String |
name
Name of the handler (required).
|
String |
namespace
Namespace of the handler (required).
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
architecture
Enable / Disable the architecture exposition.
|
int |
level
Start-level of the handler.
|
public abstract String name
public abstract String namespace
public abstract int level
public abstract boolean architecture
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.