8.1 Bean Scopes. @Component. @Scope("Singleton")//default. public class TennisCoach implements Coach{ ... } . //@Scope("prototype") ...
確定! 回上一頁