Class NoAutoStartUtil

    • Method Detail

      • notMarkedWithNoAutoStart

        public static boolean notMarkedWithNoAutoStart​(Object o)
        Returns true if the class of the object 'o' passed as parameter is *not* marked with the NoAutoStart annotation. Return true otherwise.
        Parameters:
        o -
        Returns:
        true for classes not marked with the NoAutoStart annotation
      • shouldBeStarted

        public static boolean shouldBeStarted​(Object o)
        Is the object a LifeCycle and is it marked not marked with the NoAutoStart annotation.
        Parameters:
        o -
        Returns: