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

org.voovan.tools.pool.annotation.PooledObject Maven / Gradle / Ivy

package org.voovan.tools.pool.annotation;

import java.lang.annotation.*;

/**
 * 池化对象的注解路由
 *
 * @author: helyho
 * voovan Framework.
 * WebSite: https://github.com/helyho/voovan
 * Licence: Apache v2 License
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.TYPE})
public @interface PooledObject {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy