Removed TypedActor annotations and the method callbacks in the config

This commit is contained in:
Jonas Bonér 2010-07-31 12:29:17 +02:00
parent b7ed58cc65
commit 9548534f27
19 changed files with 29 additions and 253 deletions

View file

@ -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 }
}