Package de.espirit.firstspirit.aspects
Class AspectType<T>
java.lang.Object
de.espirit.common.lang.TypeToken<T>
de.espirit.firstspirit.aspects.AspectType<T>
- Type Parameters:
- T- The programmatic type defining the API of the aspect.
Type token implementation for aspect types. Aspect implementors must sub-class to define a new type.
 
 Example:
 
 AspectType<CharSequence> type = new AspectType<CharSequence>(){};
 
- Since:
- 4.2.405
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class de.espirit.common.lang.TypeTokenTypeToken.MissingTypeParameterError
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class de.espirit.common.lang.TypeTokencast, equals, getType, isInstance
- 
Constructor Details- 
AspectTypepublic AspectType()
 
-