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

com.github.thorbenkuck.di.annotations.properties.Property Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.di.annotations.properties;

import java.lang.annotation.*;

@Retention(RetentionPolicy.CLASS)
@Target(ElementType.PARAMETER)
@Documented
@Inherited
public @interface Property {

    /**
     * The name of the property, as maintained in the WiredTypes.
     */
    String value();

    String defaultValue() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy