Annotation Type GetClass
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface GetClassAnnotation for methods likeObject.getClassName. Their signature is:
@ClassBound("ReceiverType") Class method(ReceiverType this) {...}
@Documented
@Retention(RUNTIME)
@Target(METHOD)
public @interface GetClass
Object.getClassName. Their signature is:@ClassBound("ReceiverType") Class method(ReceiverType this) {...}