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

org.onetwo.boot.plugin.mvc.annotation.WebPluginContext Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version
package org.onetwo.boot.plugin.mvc.annotation;

import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Target({TYPE, METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface WebPluginContext {
	
	String contextPath();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy