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

org.cauli.ui.annotation.UIConfig Maven / Gradle / Ivy

package org.cauli.ui.annotation;

import java.lang.annotation.*;

/**
 * Created by tianqing.wang on 2014/9/24
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD,ElementType.TYPE})
@Inherited
public @interface UIConfig {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy