Module storm
Package st.orm.spi

Annotation Interface Orderable.After

Enclosing interface:
Orderable<T extends Orderable<T>>

@Retention(RUNTIME) @Target(TYPE) public static @interface Orderable.After
Ordering constraint that indicates that the current class should come after the specified classes.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
    The orderable classes that the current class should come after.
  • Element Details

    • value

      Class<?>[] value
      The orderable classes that the current class should come after.
      Returns:
      orderable classes that the current class should come after.