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

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 value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy