Class EmptyAttribute

All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable

public class EmptyAttribute extends Attribute
Marker for optional attributes. Acting as a dummy placeholder to avoid using null in the tree (which is not allowed). All empty attributes are considered equal.
  • Constructor Details

    • EmptyAttribute

      public EmptyAttribute(Source source)
  • Method Details