Interface IMemberValuePair

All Known Implementing Classes:
MemberValuePair

public interface IMemberValuePair
Represents a member-value pair of an annotation. The value is represented by an Object. To get the exact type of this object, use its value kind. If this value is an array, getValue() returns an instance of Object[] and the value kind returns the kind of the elements in this array.

This interface is not intended to be implemented or extended by clients.

Since:
3.4