Package org.refcodes.mixin
Interface DescriptionAccessor.DescriptionBuilder<B extends DescriptionAccessor.DescriptionBuilder<B>>
-
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- DescriptionAccessor
public static interface DescriptionAccessor.DescriptionBuilder<B extends DescriptionAccessor.DescriptionBuilder<B>>Provides a builder method for a description property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithDescription(java.lang.String aDescription)Sets the description for the description property.
-
-
-
Method Detail
-
withDescription
B withDescription(java.lang.String aDescription)
Sets the description for the description property.- Parameters:
aDescription- The description to be stored by the description property.- Returns:
- The builder for applying multiple build operations.
-
-