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