Annotation Interface NonEntity


@Retention(RUNTIME) @Target(TYPE) public @interface NonEntity
Indicates that the annotated type should not be considered a JOPA entity.

This allows to exclude classes annotated with OWLClass from persistence.