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

org.nasdanika.models.java.impl.AnnotationInterfaceImpl Maven / Gradle / Ivy

/**
 */
package org.nasdanika.models.java.impl;

import org.eclipse.emf.ecore.EClass;

import org.nasdanika.models.java.AnnotationInterface;
import org.nasdanika.models.java.JavaPackage;

/**
 * 
 * An implementation of the model object 'Annotation Interface'.
 * 
 *
 * @generated
 */
public class AnnotationInterfaceImpl extends TypeImpl implements AnnotationInterface {
	/**
	 * 
	 * 
	 * @generated
	 */
	protected AnnotationInterfaceImpl() {
		super();
	}

	/**
	 * 
	 * 
	 * @generated
	 */
	@Override
	protected EClass eStaticClass() {
		return JavaPackage.Literals.ANNOTATION_INTERFACE;
	}

} //AnnotationInterfaceImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy