Class FieldInternal

java.lang.Object
org.jboss.jandex.FieldInternal

final class FieldInternal extends Object
The shared internal representation for FieldInfo objects.
  • Field Details

  • Constructor Details

    • FieldInternal

      FieldInternal(byte[] name, Type type, short flags)
    • FieldInternal

      FieldInternal(byte[] name, Type type, short flags, AnnotationInstance[] annotations)
  • Method Details