Package org.kiwiproject.beta.annotation
-
Annotation Types Summary Annotation Type Description AccessedViaReflection When placed on a method or constructor, indicates that the member is called via reflection, and is this used and should not be considered for removal.MutableParam Annotation to make it clear that a method/constructor parameter might be mutated, e.g.