Interface Composite

All Known Implementing Classes:
DirectivesAnnotation, DirectivesAnnotationProperty, DirectivesDefaultValue

public interface Composite
Composite directives. Useful for building tree-like structures.
Since:
0.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    append(Iterable<org.xembly.Directive> directives)
    Append directives.
    Iterable<org.xembly.Directive>
    Build directives all together.
  • Method Details

    • append

      void append(Iterable<org.xembly.Directive> directives)
      Append directives.
      Parameters:
      directives - Directives to append.
    • build

      Iterable<org.xembly.Directive> build()
      Build directives all together.
      Returns:
      Directives.