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

com.prt2121.marbledcat.RxLog Maven / Gradle / Ivy

package com.prt2121.marbledcat;

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

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.CLASS;

@Target(TYPE) @Retention(CLASS) public @interface RxLog {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy