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

nz.ac.auckland.syllabus.ApiDoc Maven / Gradle / Ivy

Go to download

Overly complicated protocol-agnostic transmission layer for an event-based API implementation

There is a newer version: 3.2
Show newest version
package nz.ac.auckland.syllabus;

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

/**
 * Author: Marnix
 * 

* This annotation will help you define the purpose of your event */ @Retention(RetentionPolicy.RUNTIME) public @interface ApiDoc { String value() default ""; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy