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

ru.healexxzt.config.DelegateDeserialization Maven / Gradle / Ivy

package ru.healexxzt.config;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE })
public @interface DelegateDeserialization {
    Class value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy