Example usage for org.eclipse.jdt.core.dom IAnnotationBinding interface-usage

List of usage examples for org.eclipse.jdt.core.dom IAnnotationBinding interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.dom IAnnotationBinding interface-usage.

Usage

From source file com.google.devtools.j2objc.jdt.JdtAnnotationBinding.java

/**
 * Wrapper class around IAnnotationBinding.
 */
public class JdtAnnotationBinding extends JdtBinding implements IAnnotationBinding {
    private JdtTypeBinding annotationType;
    private JdtMemberValuePairBinding[] allValuePairs;