All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.xtext.serializer.tokens.SerializerScopeProviderBinding Maven / Gradle / Ivy

package org.eclipse.xtext.serializer.tokens;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

import com.google.inject.BindingAnnotation;

/**
 * Indicates that a scope provider is requested that is used
 * to serialize existing cross references.
 * 
 * @author Sebastian Zarnekow - Initial contribution and API
 * @since 2.4
 */
@BindingAnnotation
@Retention(RetentionPolicy.RUNTIME)
public @interface SerializerScopeProviderBinding {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy