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

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

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

public enum InvocationStyle {
  /** Create an invoke(instance). */
  INVOKE_AT_END,
  /** Create an on(instance) and invoke(). */
  INVOKE_WITH_ON,
  /** Create an on(instance) and invoke(instance). */
  INVOKE_AUTO
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy