Class SoftFieldImpl
java.lang.Object
net.thevpc.common.prs.softreflect.SoftFieldImpl
- All Implemented Interfaces:
SoftField
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetName()voidsetAnnotations(SoftAnnotation[] annotations) voidsetDeclaringClassName(String declaringClassName) voidsetModifiers(int modifiers) void
-
Constructor Details
-
SoftFieldImpl
public SoftFieldImpl() -
SoftFieldImpl
-
-
Method Details
-
getAnnotations
- Specified by:
getAnnotationsin interfaceSoftField
-
setAnnotations
-
getDeclaringClassName
- Specified by:
getDeclaringClassNamein interfaceSoftField
-
setDeclaringClassName
-
getName
-
setName
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfaceSoftField
-
setModifiers
public void setModifiers(int modifiers)
-