Interface TypeStructure
-
public interface TypeStructure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Annotation>getAnnotations()List<? extends TypedField>getFields()
-
-
-
Method Detail
-
getFields
List<? extends TypedField> getFields()
-
getAnnotations
List<Annotation> getAnnotations()
-
-