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 Summary
Nested classes/interfaces inherited from class de.espirit.common.lang.TypeToken
TypeToken.MissingTypeParameterError
-
Constructor Summary
-
Method Summary
Methods inherited from class de.espirit.common.lang.TypeToken
cast, equals, getType, isInstance
-
Constructor Details
-
AspectType
public AspectType()
-