@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Customizer
Modifier and Type | Required Element and Description |
---|---|
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.
|
String |
name
The name of the customizer to lookup for
this bean
|
public abstract Class<?> value
public abstract String name
public abstract boolean failWhenMethodNotFound
Copyright © 2009–2018 Oracle Corporation. All rights reserved.