@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 |
---|---|
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.
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.