Class NoAutoStartUtil

    • Constructor Detail

      • NoAutoStartUtil

        public NoAutoStartUtil()
        Deprecated.
    • Method Detail

      • notMarkedWithNoAutoStart

        public static boolean notMarkedWithNoAutoStart​(Object o)
        Deprecated.
        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