Class TraitOrder


  • public class TraitOrder
    extends java.lang.Object
    INTERNAL API
    • Constructor Summary

      Constructors 
      Constructor Description
      TraitOrder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean canBeChecked()  
      static void checkBefore​(java.lang.Class<?> clazz, java.lang.Class<?> one, java.lang.Class<?> other)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TraitOrder

        public TraitOrder()
    • Method Detail

      • canBeChecked

        public static boolean canBeChecked()
      • checkBefore

        public static void checkBefore​(java.lang.Class<?> clazz,
                                       java.lang.Class<?> one,
                                       java.lang.Class<?> other)