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

net.lulihu.ObjectKit.annotation.Prop Maven / Gradle / Ivy

package net.lulihu.ObjectKit.annotation;

import java.lang.annotation.*;

@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Prop {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy