@Retention(value=RUNTIME)
@Inherited
@Target(value=TYPE)
public @interface Port
The annotation is used specify the port(s)
of a controller class
Note this annotation is inherited
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
Specify the ports of the controller class
|
Copyright © 2014–2017 ActFramework. All rights reserved.