- All Known Subinterfaces:
SubjectAccessor.SubjectProperty
- Enclosing interface:
- SubjectAccessor
public static interface SubjectAccessor.SubjectMutator
Provides a mutator for a subject property.
-
Method Summary
Modifier and Type Method Description <S> voidsetSubject(S aSubject)Sets the subject for the subject property.
-
Method Details
-
setSubject
<S> void setSubject(S aSubject)Sets the subject for the subject property.- Type Parameters:
S- The expected type of the subject.- Parameters:
aSubject- The subject to be stored by the subject property.
-