Class FieldAnnotationMapping
- java.lang.Object
-
- org.rspeer.game.script.model.mapping.AnnotationMapping<Field>
-
- org.rspeer.game.script.model.mapping.FieldAnnotationMapping
-
public class FieldAnnotationMapping extends AnnotationMapping<Field>
-
-
Constructor Summary
Constructors Constructor Description FieldAnnotationMapping(Annotation annotation, Field member)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSection()
void
setSection(String section)
-
Methods inherited from class org.rspeer.game.script.model.mapping.AnnotationMapping
getAnnotation, getMember, getModel, setModel
-
-
-
-
Constructor Detail
-
FieldAnnotationMapping
public FieldAnnotationMapping(Annotation annotation, Field member)
-
-