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

unquietcode.tools.flapi.configurator.DescriptorConfigurator.Sf7ec34177b2333ac3f24702cd0bef37a Maven / Gradle / Ivy


package unquietcode.tools.flapi.configurator.DescriptorConfigurator;

import javax.annotation.Generated;
import unquietcode.tools.flapi.Descriptor;
import unquietcode.tools.flapi.runtime.MethodInfo;
import unquietcode.tools.flapi.runtime.TransitionType;


/**
 * This class was generated using Flapi, the fluent API generator for Java.
 * Modifications to this file will be lost upon regeneration.
 * You have been warned!
 * 
 * Visit https://github.com/UnquietCode/Flapi for more information.
 * 
 * 
 * Generated on February 29, 2016 19:16:14 PST using version 1.0
 * @see unquietcode.tools.flapi.configurator.DescriptorConfigurator.DescriptorConfiguratorHelper
 */
@Generated(value = "unquietcode.tools.flapi", date = "2016-02-29T19:16:14-08:00", comments = "generated using Flapi, the fluent API generator for Java, version 1.0")
public interface Sf7ec34177b2333ac3f24702cd0bef37a<_ReturnType> {
    @MethodInfo(type = TransitionType.Terminal)
    Descriptor build();

    /**
     * set the name of the generator's starting method (default is 'create')
     */
    @MethodInfo(type = TransitionType.Lateral)
    S9a8d1802bd97eaf5d3a1cfe847b1a2b6 <_ReturnType> setStartingMethodName(String methodName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy