Class 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 Detail

      • DirectivesDefaultValue

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

      • iterator

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