Interface TagsAccessor

All Known Subinterfaces:
TagsAccessor.TagsProperty
All Known Implementing Classes:
Dependency, DependencyBuilder

public interface TagsAccessor
Provides an accessor for a tags property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a builder method for a tags property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a tags property.
    static interface 
    Provides a tags property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the tags from the tags property.
  • Method Details

    • getTags

      Object[] getTags()
      Retrieves the tags from the tags property.
      Returns:
      The tags stored by the tags property.