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

se.bjurr.jmib.anotations.GenerateMethodInvocationBuilder Maven / Gradle / Ivy

There is a newer version: 1.4
Show newest version
package se.bjurr.jmib.anotations;

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.CLASS;
import static se.bjurr.jmib.anotations.InvocationStyle.INVOKE_AUTO;

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

@Retention(CLASS)
@Target({TYPE})
public @interface GenerateMethodInvocationBuilder {
  InvocationStyle style() default INVOKE_AUTO;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy