Class FieldRef

java.lang.Object
com.thoughtworks.qdox.model.expression.FieldRef
All Implemented Interfaces:
AnnotationValue, Expression

public class FieldRef extends Object implements AnnotationValue
  • Constructor Details

    • FieldRef

      public FieldRef(String name)
      Parameters:
      name - the field name, not null
  • Method Details