Package org.hibernate.service
Annotation Interface JavaServiceLoadable
@Target({TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
public @interface JavaServiceLoadable
Marker annotation identifying integration points which Hibernate supports loading as a
Java service.
- See Also: