Class ApplicationAspectType<A>
java.lang.Object
de.espirit.firstspirit.scheduling.aspects.ApplicationAspectType<A>
- Type Parameters:
A
- The type of the aspect.
Type used for identifying specific aspects within a
task application
.- Since:
- 5.2.16
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A> ApplicationAspectType<A>
Creates an aspect type having the given type of instances.
-
Method Details
-
create
Creates an aspect type having the given type of instances.- Parameters:
aspectType
- The aspect type class.- Since:
- 5.2.16
-