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

org.chenillekit.access.annotations.ChenilleKitAccess Maven / Gradle / Ivy

/*
 * Apache License
 * Version 2.0, January 2004
 * http://www.apache.org/licenses/
 *
 * Copyright 2008 by chenillekit.org
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 */

/**
 *
 */

package org.chenillekit.access.annotations;

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;

/**
 * marker for chenillekit secure module access control dispatcher.
 *
 * @version $Id: ChenilleKitAccess.java 333 2008-11-19 16:26:03Z mlusetti $
 */
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ChenilleKitAccess
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy