@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Customizer
This annotation is for use with the hk2-xml configuration system
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?>[] |
value
The class of the customizer to lookup for
this bean
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
failWhenMethodNotFound
If true then if a bean method is not mirrored in
the customizer a RuntimeException will be thrown.
|
java.lang.String[] |
name
The name of the customizer to lookup for
this bean
|
public abstract java.lang.Class<?>[] value
public abstract java.lang.String[] name
public abstract boolean failWhenMethodNotFound