org.ebay.datameta.util.jdk.Api Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of util-jdk Show documentation
Show all versions of util-jdk Show documentation
Whatever may be missing in JDKs (and Java JDKs only), add here
The newest version!
package org.ebay.datameta.util.jdk;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* External facing API, can be used to mark the methods for IDE inspections; should be also documented in details.
* @author Michael Bergens
*/
@Retention(RetentionPolicy.RUNTIME) public @interface Api {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy