Package org.refcodes.mixin
Interface TokenAccessor.TokenMutator
-
- All Known Subinterfaces:
TokenAccessor.TokenProperty
- Enclosing interface:
- TokenAccessor
public static interface TokenAccessor.TokenMutatorProvides a mutator for a token property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetToken(java.lang.String aToken)Sets the token for the token property.
-