Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
P
S
P
pl.net.mamut.staticaccess
- package pl.net.mamut.staticaccess
S
StaticDependent
- Annotation Type in
pl.net.mamut.staticaccess
Annotation for marking methods which can be static dependent, that is, can read or write
static
variables and invoke any methods.
StaticIndependent
- Annotation Type in
pl.net.mamut.staticaccess
Annotation for marking methods which should be static independent, that is, shouldn't read or write
static
variables (with the exception of
static final
immutable objects, like
String
), or call methods which aren't static-indepdenent.
P
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes