com.tc.backport175
Interface Annotation


public interface Annotation

Marker interface for all reader dynamic proxy implementations.

Author:
Jonas Bonér

Method Summary
 java.lang.Class annotationType()
          Returns the annotation type, e.g.
 

Method Detail

annotationType

java.lang.Class annotationType()
Returns the annotation type, e.g. the annotation interface type.

Returns:
the type


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.