Oracle Corporation

com.bea.wlcp.wlng.api.plugin.context
Interface ContextTranslate

All Superinterfaces:
Annotation

public interface ContextTranslate
extends Annotation

This annotation is almost identical to ContextKey but it is used for "complex" argument that required some traversal to get the interesting values. Classes containing such an annotation have to provide the id of the translator to be used for the translation.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Method Summary
 Class value()
          id of the translator class to be used to translate the annotated parameter.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

value

public Class value()
id of the translator class to be used to translate the annotated parameter.


Oracle Corporation