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

org.jvault.metadata.InternalExtensiblePoint Maven / Gradle / Ivy

package org.jvault.metadata;

import java.lang.annotation.*;

/**
 * It means an extension point used internally by Jvault.
*
* Extending this class does not change the action of Jvault library. * * @author devxb * @since 0.1 */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface InternalExtensiblePoint {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy