Annotation Type Replace
Annotation for a method that should replace a method of Java runtime. For example for a native method.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe full signature of a method that should be replaced like "java/lang/Throwable.printStackTrace()V"- Returns:
- the signature
-