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

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

The 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.BuilderStyle.SUPPLY_INSTANCE_AS_INVOKE_PARAMETER;

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

@Retention(CLASS)
@Target({TYPE})
public @interface GenerateMethodInvocationBuilder {
  BuilderStyle style() default SUPPLY_INSTANCE_AS_INVOKE_PARAMETER;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy