@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Abstract
Entity or the Relation is abstract and
cannot be instantiated.
This is needed because the type definition is made with interface so that
even used the java abstract keyword is useless because it cannot be retrieved
using reflection (interfaces are always abstract)Copyright © 2018. All Rights Reserved.