Package io.nosqlbench.nb.annotations


package io.nosqlbench.nb.annotations
  • Class
    Description
    This is a way for NoSQLBench code and driver maintainers to communicate about the maturity of various components.
    A Service annotation will cause a class to be added to META-INF/services/ under the specified class name.
    Statically defined names which need to be visible for refactoring and safe source manipulation.
    This annotation processor is responsible for adding services to the
    A service loader filter which works with Service to load a named service.