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

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

package ru.healexxzt.config;

import java.lang.annotation.*;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy