Skip to content

Instantly share code, notes, and snippets.

@bartprokop
Created November 22, 2013 22:55
Show Gist options
  • Save bartprokop/7608294 to your computer and use it in GitHub Desktop.
Save bartprokop/7608294 to your computer and use it in GitHub Desktop.
package com.appspot.bartgaepoc;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.aspectj.EnableSpringConfigured;
@Configuration
@EnableSpringConfigured
public class SpringConfiguration {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment