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

apoc.Description Maven / Gradle / Ivy

There is a newer version: 5.25.1
Show newest version
package apoc;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @author mh
 * @since 11.04.16
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD,ElementType.TYPE})
public @interface Description {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy