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

      • DirectivesPlainAnnotationValue

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

      • iterator

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