Added annotation processing from "dev"-Branche
This commit is contained in:
@@ -2,9 +2,13 @@ package org.openautonomousconnection.protocol.annotations;
|
||||
|
||||
import org.openautonomousconnection.protocol.versions.ProtocolVersion;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
/**
|
||||
* Annotation to provide metadata about protocol handlers or classes.
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface ProtocolInfo {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user