Skip to content

Instantly share code, notes, and snippets.

@ndeloof
Created March 3, 2015 13:23
Show Gist options
  • Save ndeloof/49e1cd84a887b9bb7e02 to your computer and use it in GitHub Desktop.
Save ndeloof/49e1cd84a887b9bb7e02 to your computer and use it in GitHub Desktop.
Lombok-enable Jenkins describable
@Describable("publicname")
public class Foo {
@DataBound private String bar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment