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

ru.curs.celesta.java.annotation.CelestaProc Maven / Gradle / Ivy

There is a newer version: 6.1.12
Show newest version
package ru.curs.celesta.java.annotation;

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

@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface CelestaProc {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy