Class PlexusTypeVisitor.ComponentAnnotationVisitor

java.lang.Object
org.eclipse.sisu.plexus.PlexusTypeVisitor.ComponentAnnotationVisitor
All Implemented Interfaces:
AnnotationVisitor
Enclosing class:
PlexusTypeVisitor

static final class PlexusTypeVisitor.ComponentAnnotationVisitor extends Object implements AnnotationVisitor
AnnotationVisitor that records details of @Component annotations.
  • Field Details

    • role

      private String role
    • hint

      private String hint
    • strategy

      private String strategy
    • description

      private String description
  • Constructor Details

    • ComponentAnnotationVisitor

      ComponentAnnotationVisitor()
  • Method Details