com.hextremelabs.quickee.annotation.Proxyable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quickee Show documentation
Show all versions of quickee Show documentation
A utility Java EE development library
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 {
}