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

com.composum.sling.core.Restricted Maven / Gradle / Ivy

There is a newer version: 4.3.4
Show newest version
package com.composum.sling.core;

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

/**
 * an annotation to mark a model class as controlled by the restrictions service
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Restricted {

    String key();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy