Class ApplicationAspectType<A>

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

public class ApplicationAspectType<A> extends Object
Type used for identifying specific aspects within a task application.
Since:
5.2.16
  • Method Details

    • create

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