Class DirectivesAnnotation
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesAnnotation
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives Annotation.
- Since:
- 0.1
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesAnnotation
(String descriptor, boolean visible) Constructor.DirectivesAnnotation
(String descriptor, boolean visible, Iterable<org.xembly.Directive>... props) Constructor.DirectivesAnnotation
(String descriptor, boolean visible, List<Iterable<org.xembly.Directive>> properties) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DirectivesAnnotation
Constructor.- Parameters:
descriptor
- Descriptor.visible
- Visible.
-
DirectivesAnnotation
@SafeVarargs public DirectivesAnnotation(String descriptor, boolean visible, Iterable<org.xembly.Directive>... props) Constructor.- Parameters:
descriptor
- Descriptor.visible
- Visible.props
- Properties.
-
DirectivesAnnotation
public DirectivesAnnotation(String descriptor, boolean visible, List<Iterable<org.xembly.Directive>> properties) Constructor.- Parameters:
descriptor
- Descriptor.visible
- Visible.properties
- Properties.
-
-
Method Details