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

com.github.taymindis.paas.annotation.hook Maven / Gradle / Ivy

Go to download

Page as a service for JSP to standardize the function by jsp page, guarantee zero downtime

The newest version!
package com.github.taymindis.paas.annotation;

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

/**
 Hook the method and return result
 *
 */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface hook {
    String purpose() default "No Declaration";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy