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

org.onetwo.common.spring.annotation.Property Maven / Gradle / Ivy

package org.onetwo.common.spring.annotation;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * @author wayshall
 * 
*/ //@Target({ElementType.TYPE, ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) public @interface Property { // Class targetClass() default Object.class; String name(); String value(); // Class type(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy