Home
Package
Class
Method
Package
org
.
apache
.
examples
.
impl
Examples of org.apache.examples.impl.AdderImpl
org.apache.examples.impl.AdderImpl
Implementation of the {@link org.apache.examples.Adder} interface. @author Howard Lewis Ship
38
39
40
41
42
43
44
{
@Service
(
id=
"Adder"
)
public
Adder getAdderService
()
{
return new
AdderImpl
()
;
}
View Full Code Here
TOP
Related Classes of org.apache.examples.impl.AdderImpl
org.apache.examples.annotations.calculator.CalculatorModule
Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.