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

org.wicketstuff.shiro.annotation.ShiroSecurityConstraints Maven / Gradle / Ivy

Go to download

Shiro Security for Apache Wicket. (Shiro was formerly known as Apache Ki and JSecurity)

There is a newer version: 10.2.0
Show newest version
package org.wicketstuff.shiro.annotation;

import java.lang.annotation.*;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface ShiroSecurityConstraints {

	ShiroSecurityConstraint[] value();

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy