Module org.refcodes.mixin
Package org.refcodes.mixin
Interface TokenAccessor.TokenBuilder<B extends TokenAccessor.TokenBuilder<B>>
-
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- TokenAccessor
public static interface TokenAccessor.TokenBuilder<B extends TokenAccessor.TokenBuilder<B>>
Provides a builder method for a token property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withToken(String aToken)
Sets the token for the token property.
-