@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ExternalizedBean
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends Externalizer> |
type
Set the
Externalizer class to be used when externalizing the bean annotated by this
annotation. |
public abstract java.lang.Class<? extends Externalizer> type
Externalizer class to be used when externalizing the bean annotated by this
annotation.Externalizer class to be used.