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

com.wangjiegulu.rapidooo.api.OOOs Maven / Gradle / Ivy

Go to download

Android POJO Converter:Generate scalable and bindable domain objects java class file automatically in compile time.

There is a newer version: 1.1.5
Show newest version
package com.wangjiegulu.rapidooo.api;


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

/**
 * Author: wangjie
 * Email: [email protected]
 * Date: 4/10/18.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface OOOs {
    String fromSuffix() default OOOConstants.NOT_SET;

    String suffix();

    OOO[] ooos() default {};

    String[] ooosPackages() default {};

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy