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

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

package org.jvault.metadata;

import java.lang.annotation.*;

/**
 * This annotation means that the client is free to extend. 
* Extended information can be used to change the action of the Jvault library. * * @author devxb * @since 0.1 */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface ExtensiblePoint {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy