Package net.officefloor.gef.configurer
Interface ClassBuilder<M>
-
- All Superinterfaces:
Builder<M,java.lang.String,ClassBuilder<M>>
- All Known Implementing Classes:
ClassBuilderImpl
public interface ClassBuilder<M> extends Builder<M,java.lang.String,ClassBuilder<M>>
Builder of aClassvalue.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassBuilder<M>superType(java.lang.Class<?> superType)Super type of the requiredClass.
-
-
-
Method Detail
-
superType
ClassBuilder<M> superType(java.lang.Class<?> superType)
Super type of the requiredClass.- Parameters:
superType- Super type of theClass.- Returns:
this.
-
-