Class ScheduleTaskAspectType<A>

java.lang.Object
de.espirit.firstspirit.scheduling.aspects.ScheduleTaskAspectType<A>
Type Parameters:
A - The type of the aspect.

public class ScheduleTaskAspectType<A> extends Object
Type used for identifying specific aspects within a running task.
Since:
5.2.301
  • Method Details

    • create

      @NotNull public static <A> @NotNull ScheduleTaskAspectType<A> create(Class<A> aspectType)
      Creates an aspect type having the given type of instances.
      Parameters:
      aspectType - The aspect type class.
      Since:
      5.2.301