com.jdroid.java.annotation.Internal Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdroid-java Show documentation
Show all versions of jdroid-java Show documentation
Jdroid dependency project for both Android & Java apps
The newest version!
package com.jdroid.java.annotation;
import java.lang.annotation.Documented;
/**
* Annotation to tag all the internal APIs that shouldn't be used by the library users
*/
@Documented
public @interface Internal {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy