Package org.refcodes.mixin
Interface MetaDataAccessor.MetaDataBuilder<MD,B extends MetaDataAccessor.MetaDataBuilder<MD,B>>
-
- Type Parameters:
MD- The type of the Meta-Data property.B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- MetaDataAccessor<MD>
public static interface MetaDataAccessor.MetaDataBuilder<MD,B extends MetaDataAccessor.MetaDataBuilder<MD,B>>Provides a builder method for a name property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithMetaData(MD aMetaData)Sets the Meta-Data for the Meta-Data property.
-