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.
public abstract class AspectType<T>
- extends TypeToken<T>
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:
Aspectable
AspectType
public AspectType()
Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480