
org.eclipse.scada.configuration.recipe.lib.Output Maven / Gradle / Ivy
The newest version!
/*******************************************************************************
* Copyright (c) 2013 IBH SYSTEMS GmbH 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
*
* Contributors:
* IBH SYSTEMS GmbH - initial API and implementation
*******************************************************************************/
package org.eclipse.scada.configuration.recipe.lib;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Mark this field as an output field to the context
*
* @author Jens Reimann
*/
@Retention ( RetentionPolicy.RUNTIME )
@Target ( ElementType.FIELD )
@Documented
public @interface Output
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy