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

io.gumga.security.GumgaOperationKey Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package io.gumga.security;

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

/**
 * Interface com Chaves de operações
 * @author munif
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface GumgaOperationKey {

    public String value();
    
    public boolean basic() default false;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy