org.codehaus.aspectwerkz.annotation
Interface UntypedAnnotation


public interface UntypedAnnotation

Untyped annotation interface.

To be used with JavDoc-style, pure string based, one value only type of annotations.

Author:
Alexandre Vasseur

Method Summary
 String name()
          The annotation name as it appears in the source code (f.e.
 String value()
          The raw annotation value
 

Method Detail

value

String value()
The raw annotation value


name

String name()
The annotation name as it appears in the source code (f.e. "Untyped" when used as "@Untyped hello")



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