Package pl.net.mamut.staticaccess

Annotation Types Summary
StaticDependent Annotation for marking methods which can be static dependent, that is, can read or write static variables and invoke any methods.
StaticIndependent 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.