Skip to content

Commit

Permalink
Issue #19: Add java.time unsafe methods (first stab)
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Jun 17, 2015
1 parent 13a6b3f commit 491bac8
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@

# These methods and classes should not be used by server classes (unsafe, no charset, no locale,...):

# We only include 1.7 for now.
# TODO: Scan Java 8 API for additional locale/charset/... violations!
@includeBundled jdk-unsafe-1.7

@defaultMessage Uses default time zone
java.time.LocalDateTime#now()
java.time.LocalDate#now()
java.time.LocalTime#now()
java.time.OffsetDateTime#now()
java.time.OffsetTime#now()
java.time.Year#now()
java.time.YearMonth#now()
java.time.MonthDay#now()

0 comments on commit 491bac8

Please sign in to comment.