Relationship
that connects, e.g., two Person
instances, instead of a method getRelatedPerson()
in Person
). The class is then not considered to be a subject, but rather a predicate, and the visitor looks for methods annotated with {@link subject}and {@link object} to be able make a complete statement.
@author wuersch
|
|