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