Example usage for org.eclipse.jdt.core.dom Annotation subclass-usage

List of usage examples for org.eclipse.jdt.core.dom Annotation subclass-usage

Introduction

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

Usage

From source file com.google.devtools.j2objc.ast.PropertyAnnotation.java

/**
 * Node type for a com.google.j2objc.annotations.Property annotation.
 */
public class PropertyAnnotation extends Annotation {

    private final Set<String> attributes;

From source file com.j2swift.ast.PropertyAnnotation.java

/**
 * Node type for a com.google.j2objc.annotations.Property annotation.
 */
public class PropertyAnnotation extends Annotation {

    private final Set<String> attributes;