Annotation Type Polymorphic


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    @Deprecated
    public @interface Polymorphic
    Deprecated.
    Currently unused
    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