org.qi4j.spi.structure
Interface ApplicationModelSPI


public interface ApplicationModelSPI

JAVADOC


Method Summary
 ApplicationSPI newInstance(Qi4jSPI runtime)
           
<ThrowableType extends Throwable>
void
visitDescriptor(DescriptorVisitor<ThrowableType> visitor)
           
 

Method Detail

visitDescriptor

<ThrowableType extends Throwable> void visitDescriptor(DescriptorVisitor<ThrowableType> visitor)
                     throws ThrowableType extends Throwable
Throws:
ThrowableType extends Throwable

newInstance

ApplicationSPI newInstance(Qi4jSPI runtime)