Class ScheduleTaskAspectType<A>
java.lang.Object
de.espirit.firstspirit.scheduling.aspects.ScheduleTaskAspectType<A>
- Type Parameters:
A
- The type of the aspect.
Type used for identifying specific aspects within a
running task
.- Since:
- 5.2.301
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A> @NotNull ScheduleTaskAspectType<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.301
-