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