Class DirectivesPlainAnnotationValue

java.lang.Object
org.eolang.jeo.representation.directives.DirectivesPlainAnnotationValue
All Implemented Interfaces:
Iterable<org.xembly.Directive>

public final class DirectivesPlainAnnotationValue extends Object implements Iterable<org.xembly.Directive>
An annotation value that is plain.
Since:
0.6
  • Constructor Details

    • DirectivesPlainAnnotationValue

      public DirectivesPlainAnnotationValue(String name, Object value)
      Constructor.
      Parameters:
      name - The name of the annotation property.
      value - The actual value.
  • Method Details

    • iterator

      public Iterator<org.xembly.Directive> iterator()
      Specified by:
      iterator in interface Iterable<org.xembly.Directive>