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

org.zodiac.webui.WebUiController Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.webui;

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;

/**
 * Indicates that the annotated class is a mvn controller used for Web UI.
 *
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface WebUiController {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy