|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ExternalizedBean
| Required Element Summary | |
|---|---|
Class<? extends Externalizer> |
type
Set the Externalizer class to be used when externalizing the bean annotated by this
annotation. |
| Element Detail |
|---|
public abstract Class<? extends Externalizer> type
Externalizer class to be used when externalizing the bean annotated by this
annotation.
Externalizer class to be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||