![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.h5.plugin.NanoApplication Maven / Gradle / Ivy
/*
* File: $HeadURL$
* Id : $Id$
*
* created by: Tom, Thomas Schneider
* created on: 03.03.2018
*
* Copyright: (c) Thomas Schneider 2018, all rights reserved
*/
package de.tsl2.nano.h5.plugin;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
/**
*
* @author Tom, Thomas Schneider
* @version $Revision$
*/
@Retention(RUNTIME)
@Target(TYPE)
public @interface NanoApplication {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy