@Target(value={TYPE,ANNOTATION_TYPE})
public @interface Handler
@Handler
(
name = "my-handler",
namespace = "com.acme.foo"
)
public class MyHandler extends PrimitiveHandler {
// ...
}
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Name of the handler (required).
|
java.lang.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.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.