Package sk.antons.sb.rest.doclet
Class ElementHelper
- java.lang.Object
-
- sk.antons.sb.rest.doclet.ElementHelper
-
public class ElementHelper extends Object
- Author:
- antons
-
-
Constructor Summary
Constructors Constructor Description ElementHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringannotationParam(AnnotationMirror annotation, String name)static AnnotationMirrorannotatoonByClass(Element element, String classname)
-
-
-
Method Detail
-
annotatoonByClass
public static AnnotationMirror annotatoonByClass(Element element, String classname)
-
annotationParam
public static String annotationParam(AnnotationMirror annotation, String name)
-
-