Toggle navigation
Home
java.lang.Class<?> to java.lang.annotation.Annotation
No. of Instances - 3
No. of Commits - 2
No. of Projects - {'hbase', 'drools'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Different)
Class<?>[]
to
Annotation[][]
Rename Method invocation
getParameterTypes
to
getParameterAnnotations
Rename Variable
parameterTypes
to
pas
Add or Remove Method invocation
InterfaceAudience.Public.class.equals(ann)
to
InterfaceAudience.Public.class.equals(ann.annotationType())