org.codehaus.aspectwerkz.annotation
Interface Annotation

All Known Implementing Classes:
AnnotationDefault.AnnotationDefaultImpl

public interface Annotation

Marker interface for all annotation dynamic proxy implementations.

Author:
Jonas BonŽr

Method Summary
 Class annotationType()
          Returns the annotation type - @[type].
 

Method Detail

annotationType

Class annotationType()
Returns the annotation type - @[type].

Returns:
the type


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.