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

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

The newest version!
package se.bjurr.jmib.anotations;

public enum BuilderStyle {
  /** Create an invoke(instance). */
  SUPPLY_INSTANCE_AS_INVOKE_PARAMETER,
  /** Create an on(instance) and invoke(). */
  SUPPLY_INSTANCE_WITH_ON_METHOD,
  /** Create an instance parameter in the constructor. */
  SUPPLY_INSTANCE_IN_CONSTRUCTOR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy