Skip to content

Instantly share code, notes, and snippets.

@odedia
Created May 18, 2018 19:47
Show Gist options
  • Select an option

  • Save odedia/89b9955c64bcbe507962123efe0f6709 to your computer and use it in GitHub Desktop.

Select an option

Save odedia/89b9955c64bcbe507962123efe0f6709 to your computer and use it in GitHub Desktop.
public interface MyBeerOutput {
String OUTPUT = "output";
@Output(MyBeerOutput.OUTPUT)
MessageChannel output();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment