| com.tc.aspectwerkz.reflect.ReflectionInfo
ReflectionInfo | public interface ReflectionInfo (Code) | | Base interface for the reflection info hierarchy.
author: Jonas Bon�r |
getAnnotations | Annotation[] getAnnotations()(Code) | | Returns the annotations.
the annotations |
getGenericsSignature | String getGenericsSignature()(Code) | | Returns the internal generics signature for the element.
the internal generics signature for the element |
getModifiers | int getModifiers()(Code) | | Returns the class modifiers.
the class modifiers |
getName | String getName()(Code) | | Returns the name element.
If the element is an array class, its name is as a human writes it: java.lang.String[]
the name of the element |
getSignature | String getSignature()(Code) | | Returns the signature for the element.
the signature for the element |
|
|