List of usage examples for com.google.gwt.core.ext.typeinfo JAbstractMethod getAnnotations
Annotation[] getAnnotations();
From source file:org.lirazs.gbackbone.gen.AnnotationsHelper.java
License:Apache License
public static Annotation[] getAnnotations(JAbstractMethod type) { return type.getAnnotations(); }