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

com.hextremelabs.quickee.annotation.Proxyable Maven / Gradle / Ivy

There is a newer version: 1.0.Alpha18
Show newest version
package com.hextremelabs.quickee.annotation;

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

/**
 * Meant for use with Kotlin by the all-open Kotlin Compiler plugin for making bean classes and their members open
 * by default.
 *
 * @author oladeji
 */
@Retention(RetentionPolicy.CLASS)
public @interface Proxyable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy