public interface

AnnotationVisitor

org.eclipse.sisu.space.AnnotationVisitor

Class Overview

Something that can visit annotation declarations.

Summary

Public Methods
abstract void enterAnnotation()
Enters the annotation declaration.
abstract void leaveAnnotation()
Leaves the annotation declaration.
abstract void visitElement(String name, Object value)
Visits an element of the declared annotation.

Public Methods

public abstract void enterAnnotation ()

Enters the annotation declaration.

public abstract void leaveAnnotation ()

Leaves the annotation declaration.

public abstract void visitElement (String name, Object value)

Visits an element of the declared annotation.

Parameters
name The element name
value The element value