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