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

me.bazhenov.docker.Port Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version
package me.bazhenov.docker;

import java.lang.annotation.Retention;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

@Retention(RUNTIME)
public @interface Port {
	int value();
	int atHost() default 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy