@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Polymorphic
Specifies 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