Interface CustomLoaderLayout
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Additional interface that can be implemented by 
Layouts that write their
 own loader classes.- Since:
 - 1.5.0
 - Author:
 - Phillip Webb
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidWrite the required loader classes into the JAR. 
- 
Method Details
- 
writeLoadedClasses
Write the required loader classes into the JAR.- Parameters:
 writer- the writer used to write the classes- Throws:
 IOException- if the classes cannot be written
 
 -