Created
March 3, 2015 13:23
-
-
Save ndeloof/49e1cd84a887b9bb7e02 to your computer and use it in GitHub Desktop.
Lombok-enable Jenkins describable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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