Uses of Annotation Interface
org.apache.maven.api.annotations.Provider
-
Uses of Provider in org.apache.maven.api
Modifier and TypeInterfaceDescriptioninterface
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
Modifier and TypeInterfaceDescriptioninterface
This interface supplies the API for providing feedback to the user from theMojo
, using standardMaven
channels.
There should be no big surprises here, although you may notice that the methods acceptjava.lang.CharSequence
rather thanjava.lang.String
.