Created
April 27, 2017 12:35
-
-
Save pranavavva/bc12938f45f8836f919168ba581f22cc to your computer and use it in GitHub Desktop.
@unfinished annotation
This file contains hidden or 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
import java.annotation.*; | |
pubilc @interface Unfinished { | |
public String lastUpdatedBy() default "unknown"; // for example @Unfinshed(lastUpdatedBy="20avva") | |
public String lastUpdateTime() default "unknown"; //for example @Unfinisheed(lastUpdateTime="4/27/17 8:35 AM") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment