Interface Processable<T extends Annotation,U>

Type Parameters:
T - the type of the processed annotation
U - the type of value populated or persisted
All Known Implementing Classes:
ManyToManyProcessor, ManyToOneProcessor, OneToManyProcessor, OneToOneProcessor

public interface Processable<T extends Annotation,U>
Describes how a relationship annotation is processed.