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

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

package com.nutanix.dp1.net.annotations;

import org.springframework.stereotype.Component;

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)
@Component
public @interface NetJsonSerializer {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy