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

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

package org.cauli.ui.annotation;

import org.cauli.ui.FrameLocateType;

import java.lang.annotation.*;

/**
 * Created by tianqing.wang on 14-3-20
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface FindFrame {

    String value();
    FrameLocateType type();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy