@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Origin
Method
, the parameter is assigned a reference
to the method it intercepts.Class
, the parameter is assigned a reference of the
type of the instrumented type.String
, the parameter is assigned a string describing
a unique method signature of the method it intercepts. This string is a concatenation of:
Method
instance.
IllegalStateException
.Copyright © 2014. All rights reserved.