Skip to content

Instantly share code, notes, and snippets.

@os890
Created March 30, 2018 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save os890/f43077d199739ec35ef9df91fd66d9a7 to your computer and use it in GitHub Desktop.
Save os890/f43077d199739ec35ef9df91fd66d9a7 to your computer and use it in GitHub Desktop.
@ProfileA
//further cdi-annotation/s
public class BeanProfileA {
}
//...
@Stereotype
@Profile("A")
public @interface ProfileA {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment