- All Implemented Interfaces:
Iterable<org.xembly.Directive>
, Composite
Directives Annotation.
- Since:
- 0.1
-
Constructor Summary
Constructors
-
Method Summary
void
Build directives all together.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DirectivesAnnotation
public DirectivesAnnotation(String descriptor,
boolean visible)
Constructor.
- Parameters:
descriptor
- Descriptor.
visible
- Visible.
-
Method Details
-
append
public void append(Iterable<org.xembly.Directive> directives)
Append directives.
- Specified by:
append
in interface Composite
- Parameters:
directives
- Directives to append.
-
build
public Iterable<org.xembly.Directive> build()
Build directives all together.
- Specified by:
build
in interface Composite
- Returns:
- Directives.
-
iterator
public Iterator<org.xembly.Directive> iterator()
- Specified by:
iterator
in interface Iterable<org.xembly.Directive>