
de.itemis.xtend.auto.gwt.WithUiBinding Maven / Gradle / Ivy
The newest version!
/**
* Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package de.itemis.xtend.auto.gwt;
import de.itemis.xtend.auto.gwt.WithUiBindingProcessor;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
import org.eclipse.xtend.lib.macro.Active;
/**
* Automatically generates local fields declared in XML view files.
* The class name has to match the XML file name.
*/
@Target(ElementType.TYPE)
@Active(WithUiBindingProcessor.class)
public @interface WithUiBinding {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy