@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AbstractEntity
PortalEntity
or one of its sub-interfaces is considered to represent an abstract type and should therefore not be instantiated by a PersistenceManager
. In order to declare a concrete PortalEntity
type, a sub-interface should be created that is not annotated with @AbstractEntity
.