Uses of Annotation Type
org.codehaus.commons.nullanalysis.NotNullByDefault
Packages that use NotNullByDefault
Package
Description
This package declares interfaces for the implementation of an
IExpressionEvaluator
, an IScriptEvaluator
, an
IClassBodyEvaluator
and an ISimpleCompiler
.An implementation of the
org.codehaus.commons.compiler
API that uses the "JAVAC" Java compiler that is
part of the "Java Development Kit" (JDK).Packages with annotations of type NotNullByDefault
Package
Description
Application-independent helper classes.
This package declares interfaces for the implementation of an
IExpressionEvaluator
, an IScriptEvaluator
, an
IClassBodyEvaluator
and an ISimpleCompiler
.A set of (rudimentary) proxies for Java-8+ classes that also compile for Java 6 and 7.
The core of the Janino Java compiler.
An implementation of the
org.codehaus.commons.compiler
API that uses the "JAVAC" Java compiler that is
part of the "Java Development Kit" (JDK).A set of (rudimentary) proxies for Java-9+ classes that also compile for Java 6-8.
Utility functionality related to
java.util.reflect
.Classes related to loading "resources" (
ResourceFinder
) and
creating resources (ResourceCreator
).Sample applications for the Janino Java compiler.
Sample applications for the Janino Java compiler.
Application-independent helper classes.
A set of (rudimentary) proxies for Java-8+ classes that also compile for Java 6 and 7.
Auxiliary command line tools related to JANINO.
A set of (rudimentary) proxies for Java-8+ classes that also compile for Java 6 and 7.
Utility functionality for this project.
Application-independent helper classes.
-
Uses of NotNullByDefault in org.codehaus.commons.compiler
Methods in org.codehaus.commons.compiler with annotations of type NotNullByDefault -
Uses of NotNullByDefault in org.codehaus.commons.compiler.jdk
Methods in org.codehaus.commons.compiler.jdk with annotations of type NotNullByDefaultModifier and TypeMethodDescriptionprotected Class<?>
Implementation ofClassLoader.findClass(String)
.