Class ConstructorInjectedPojo
- java.lang.Object
-
- net.officefloor.tutorial.dipojohttpserver.constructor.ConstructorInjectedPojo
-
public class ConstructorInjectedPojo extends java.lang.Object
Provides constructor injection.- Author:
- Daniel Sagenshneider
-
-
Constructor Summary
Constructors Constructor Description ConstructorInjectedPojo(Pojo pojo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAudience()
-
-
-
Constructor Detail
-
ConstructorInjectedPojo
public ConstructorInjectedPojo(Pojo pojo)
-
-