Module storm
Package st.orm.spi

Annotation Interface Orderable.Before

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

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

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

    • value

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