Package dev.morphia.annotations
Annotation Type Polymorphic
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface Polymorphic
Deprecated.Currently unusedSpecifies that this class is part of an inheritance structure. This implies that we have to store the full class name in the Mongo object.- Author:
- Olafur Gauti Gudmundsson