JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.palladiosimulator.analyzer.slingshot.common.annotations
Annotation Interface Nullable
@Documented
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
PARAMETER
,
TYPE_USE
})
public @interface
Nullable
A Guice compatible annotation so that an injector allows
nulls
into constructors.