Class NoAutoStartUtil


  • @Deprecated(since="2022-01-27")
    public class NoAutoStartUtil
    extends java.lang.Object
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      NoAutoStartUtil()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static boolean notMarkedWithNoAutoStart​(java.lang.Object o)
      Deprecated.
      Returns true if the class of the object 'o' passed as parameter is *not* marked with the NoAutoStart annotation.
      • Methods inherited from class java.lang.Object

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

      • NoAutoStartUtil

        public NoAutoStartUtil()
        Deprecated.
    • Method Detail

      • notMarkedWithNoAutoStart

        public static boolean notMarkedWithNoAutoStart​(java.lang.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