com.abra.j2xb.annotations
Annotation Type MOSeeAlso
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface MOSeeAlso
Defines a list of additional classes to map when the annotated class is mapped. Usefull in cases where
class inheritence is used and the child classes cannot be discovered automatically.
- Since:
- JDK1.5
- Version:
- 1.0, Jun 10, 2008
- Author:
- Yoav Abrahami
- See Also:
MOPersistentDependentBean
,
MOPersistentBean
Required Element Summary |
java.lang.Class[] |
value
|
value
public abstract java.lang.Class[] value
- Returns:
- array of classes to include in J2XB mapping when mapping a class
Copyright © 2008. All Rights Reserved.