Remove annotations

This commit is contained in:
Grzegorz Piwowarek 2016-08-15 18:58:47 +02:00
parent 208fcaa915
commit 3949ff343c
1 changed files with 0 additions and 4 deletions

View File

@ -2,13 +2,9 @@ package org.baeldung.startup;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
@Component
@Scope(value = "prototype")
public class AllStrategiesExampleBean implements InitializingBean {
private static final Logger LOG = Logger.getLogger(AllStrategiesExampleBean.class);