Module com.speedment.common.codegen
Interface HasType<T extends HasType<T>>
-
- Type Parameters:
T- The extending type
- All Known Subinterfaces:
AnnotationUsage,EnumValue,Field,Import,InterfaceField,InterfaceMethod,InvocationValue,Method
- All Known Implementing Classes:
DefaultAnnotationUsage
public interface HasType<T extends HasType<T>>A trait for models that has aType.- Since:
- 2.0
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypegetType()Returns the type of this model.Tset(Type type)Sets the type of this model.
-