Removed TypedActor annotations and the method callbacks in the config
This commit is contained in:
parent
b7ed58cc65
commit
9548534f27
19 changed files with 29 additions and 253 deletions
|
|
@ -59,9 +59,6 @@ class SupervisionBeanDefinitionParserTest extends Spec with ShouldMatchers {
|
|||
expect("foo.bar.Bar") { prop2.target }
|
||||
expect("foo.bar.MyPojo") { prop3.target }
|
||||
expect("foo.bar.MyPojo") { prop4.target }
|
||||
expect("preRestart") { prop3.preRestart }
|
||||
expect("postRestart") { prop3.postRestart }
|
||||
expect("shutdown") { prop4.shutdown }
|
||||
expect("permanent") { prop1.lifecycle }
|
||||
expect("temporary") { prop4.lifecycle }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue