Package gw.lang.reflect
Interface IModifierInfo
- All Known Implementing Classes:
ModifierInfo
public interface IModifierInfo
-
Method Summary
Modifier and TypeMethodDescriptionint
void
syncAnnotations
(IModifierInfo modifierInfo) Deprecated.
-
Method Details
-
getModifiers
int getModifiers() -
syncAnnotations
Deprecated.This method exists for historical reasons only, and will be removed in future releases. -
getAnnotations
List<IGosuAnnotation> getAnnotations()
-