final test of the bean creation exception track

This commit is contained in:
eugenp 2013-08-11 16:36:54 +03:00
parent 7da1bc0e02
commit 8ec7ccd7d3
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
package org.baeldung.ex.beancreationexception.cause9;
import org.springframework.stereotype.Component;
@Component
public class BeanB {
//
}