com.dronjax.java.objectshutdownproxy.CountForObjectShutdown Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of object-shutdown-proxy Show documentation
Show all versions of object-shutdown-proxy Show documentation
Create proxy for your java object to synchronously wait for all methods to finish calling.
The newest version!
package com.dronjax.java.objectshutdownproxy;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface CountForObjectShutdown {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy