Package com.thecsdev.common.util.annotations
package com.thecsdev.common.util.annotations
-
Annotation InterfacesClassDescriptionIndicates that a method is "caller-sensitive".
A caller-sensitive method varies its behavior according to theClassof its immediate caller.Indicates that the annotated member is accessed via reflection or some other mechanism that references the annotated member by name.This annotation indicates that a member is intended to be overridable.