Interface AttributeMarker

All Superinterfaces:
Annotation
All Known Subinterfaces:
AttributeMarker.Cascadeable, AttributeMarker.Fetchable, AttributeMarker.Mappable, AttributeMarker.Optionalable
All Known Implementing Classes:
AnyAnnotation, BasicJpaAnnotation, ElementCollectionJpaAnnotation, ManyToManyJpaAnnotation, ManyToOneJpaAnnotation, OneToManyJpaAnnotation, OneToOneJpaAnnotation

public interface AttributeMarker extends Annotation
Commonality for annotations which identify attributes.
API Note:
All the interesting bits are in the optional sub-interfaces.