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