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

com.yahoo.elide.annotation.OnDeletePreSecurity Maven / Gradle / Ivy

There is a newer version: 7.1.4
Show newest version
/*
 * Copyright 2016, Yahoo Inc.
 * Licensed under the Apache License, Version 2.0
 * See LICENSE file in project root for terms.
 */
package com.yahoo.elide.annotation;

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

/**
 * On Delete trigger annotation.
 *
 * The invoked function takes a RequestScope as parameter.
 */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Deprecated
public @interface OnDeletePreSecurity {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy