Uses of Annotation Interface
org.apache.maven.api.annotations.Provider

Packages that use Provider
  • Uses of Provider in org.apache.maven.api

    Classes in org.apache.maven.api with annotations of type Provider
    Modifier and Type
    Interface
    Description
    interface 
    Represents a dependency node within a Maven project's dependency collector.
    interface 
    A container for data that is specific to a session.
  • Uses of Provider in org.apache.maven.api.plugin

    Classes in org.apache.maven.api.plugin with annotations of type Provider
    Modifier and Type
    Interface
    Description
    interface 
    This interface supplies the API for providing feedback to the user from the Mojo, using standard Maven channels.
    There should be no big surprises here, although you may notice that the methods accept java.lang.CharSequence rather than java.lang.String.