public class NoAutoStartUtil extends Object
| Constructor and Description |
|---|
NoAutoStartUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
notMarkedWithNoAutoStart(Object o)
Returns true if the class of the object 'o' passed as parameter is *not*
marked with the NoAutoStart annotation.
|
public static boolean notMarkedWithNoAutoStart(Object o)
o - the object to evaluateCopyright © 2005–2014 QOS.ch. All rights reserved.