org.jitr.annotation
Annotation Type Port


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Port

Annotation marking an int that Jitr should set with the current port of the running web application. This is particularly useful when Jitr assigns a random, unused port for the container to bind to.

Author:
Josh Devins (info@joshdevins.net)



Copyright © 2009. All Rights Reserved.