Package gw.lang.reflect.gs
Interface ICanHaveAnnotationDefault
-
- All Known Subinterfaces:
IGosuMethodInfo,IJavaMethodInfo
public interface ICanHaveAnnotationDefault
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAnnotationDefault()booleanhasAnnotationDefault()
-
-
-
Method Detail
-
hasAnnotationDefault
boolean hasAnnotationDefault()
-
getAnnotationDefault
Object getAnnotationDefault()
-
-