Class DirectivesDefaultValue

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

public final class DirectivesDefaultValue extends Object implements Iterable<org.xembly.Directive>
This class represents a default annotation value.

public @interface NestedAnnotation { String name() default "nested-default"; }

For example, in the code above, the default value is "nested-default".
Since:
0.3
  • Constructor Details

    • DirectivesDefaultValue

      public DirectivesDefaultValue(Iterable<org.xembly.Directive> value)
      Constructor.
      Parameters:
      value - Default value.
  • Method Details

    • iterator

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