Annotation Type AllowLocalPort


@API(status=EXPERIMENTAL)
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,ANNOTATION_TYPE})
public @interface AllowLocalPort
Allows networking with localhost at the specified port.
Since:
0.3.6
Version:
1.0.0
Author:
Christian Femers
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    int value  
  • Element Details