Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.jdeveloper.java.insight
Interface AnnotationElementValueProvider


public interface AnnotationElementValueProvider

This interface allows annotation element value insight to query providers for a list of annotation element values. The providers will be called in cases such as:


Method Summary
 java.util.List<AnnotationElementValueInsightDataItem> getAnnotationElementValues(AnnotationElementValueContext context)
          Get a list of possible values for a given annotation element.
 

Method Detail

getAnnotationElementValues

java.util.List<AnnotationElementValueInsightDataItem> getAnnotationElementValues(AnnotationElementValueContext context)
Get a list of possible values for a given annotation element. The returned values of all providers will be collected and presented to the user.

Parameters:
context - A context describing the annotation context
Returns:
A list of values. Return null if there are no values to return.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.