@NonEnterprise public class Baz extends Object implements Business
| Constructor and Description |
|---|
Baz() |
| Modifier and Type | Method and Description |
|---|---|
void |
businessOperation1() |
void |
businessOperation2() |
void |
observeLegacyServiceDisposal(LegacyService legacyService) |
public void observeLegacyServiceDisposal(@Observes
LegacyService legacyService)
public void businessOperation1()
businessOperation1 in interface Businesspublic void businessOperation2()
businessOperation2 in interface BusinessCopyright © 2008-2015 Seam Framework. All Rights Reserved.