Example usage for java.lang.annotation Annotation interface-usage

List of usage examples for java.lang.annotation Annotation interface-usage

Introduction

In this page you can find the example usage for java.lang.annotation Annotation interface-usage.

Usage

From source file org.jboss.seam.spring.utils.AnnotationInvocationHandler.java

/**
 * {@link InvocationHandler} implementation for dynamically instantiating annotations
 *
 * @author: Marius Bogoevici
 */
public class AnnotationInvocationHandler implements InvocationHandler, Annotation {