org.beigesoft.afactory.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of a-jetty-base Show documentation
Show all versions of a-jetty-base Show documentation
A-Jetty Base can run on Android Java as well as on standard Java 7+ and it can run precompiled JSP/JSTL.
/*
* Beigesoft ™
*
* Licensed under the Apache License, Version 2.0
*
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
/**
*
* Instantiate a bean inside of another bean
* by constructor (new) is bad practice.
* This is delegators that instantiate beans for a client.
*
*
* @author Yury Demidenko
*/
package org.beigesoft.afactory;