JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH:
Package
spoon.support
Annotation Type Internal
@Retention
(
RUNTIME
)
@Target
({
CONSTRUCTOR
,
METHOD
,
TYPE
})
public @interface
Internal
Tells that an element is not in the public API (even if it has Java visibility "public") Required because package-visibility is too coarse-grained.