com.iwbfly.myhttp.annotation.BaseLifeCycle Maven / Gradle / Ivy
The newest version!
package com.iwbfly.myhttp.annotation;
import com.iwbfly.myhttp.lifecycles.BaseAnnotationLifeCycle;
import java.lang.annotation.*;
/**
* Life Cycle Class Annotation
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.ANNOTATION_TYPE)
public @interface BaseLifeCycle {
Class extends BaseAnnotationLifeCycle> value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy