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

com.iwbfly.myhttp.annotation.MethodLifeCycle Maven / Gradle / Ivy

The newest version!
package com.iwbfly.myhttp.annotation;


import com.iwbfly.myhttp.lifecycles.MethodAnnotationLifeCycle;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.ANNOTATION_TYPE)
public @interface MethodLifeCycle {
    Class value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy