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

org.ebay.datameta.util.jdk.Api Maven / Gradle / Ivy

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