Uses of Class
com.sun.istack.NotNull
-
Packages that use NotNull Package Description com.sun.istack istack-commons runtime utilities.com.sun.istack.logging -
-
Uses of NotNull in com.sun.istack
Methods in com.sun.istack with annotations of type NotNull Modifier and Type Method Description protected abstract TPool.Impl. create()Creates a new instance of object.TPool.Impl. take()Gets a new object from the pool.TPool. take()Gets a new object from the pool.Method parameters in com.sun.istack with annotations of type NotNull Modifier and Type Method Description voidPool. recycle(T t)Returns an object back to the pool. -
Uses of NotNull in com.sun.istack.logging
Methods in com.sun.istack.logging with annotations of type NotNull Modifier and Type Method Description static LoggerLogger. getLogger(Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.Method parameters in com.sun.istack.logging with annotations of type NotNull Modifier and Type Method Description static LoggerLogger. getLogger(Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.
-