Package org.refcodes.mixin
Interface PrefixAccessor
-
- All Known Subinterfaces:
PrefixAccessor.PrefixProperty
public interface PrefixAccessorProvides an accessor for a prefix property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrefixAccessor.PrefixBuilder<B extends PrefixAccessor.PrefixBuilder<B>>Provides a builder method for a prefix property returning the builder for applying multiple build operations.static interfacePrefixAccessor.PrefixMutatorProvides a mutator for a prefix property.static interfacePrefixAccessor.PrefixPropertyProvides a prefix property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPrefix()Retrieves the prefix from the prefix property.
-