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

com.nutanix.dp1.net.annotations.NetJsonDeserializer Maven / Gradle / Ivy

Go to download

Manage networking configuration on Nutanix clusters, including AHV and advanced networking.

There is a newer version: 4.0.2-beta-1
Show newest version
package com.nutanix.dp1.net.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface NetJsonDeserializer {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy