1. caa2f7b Refactor Resoruce/ResourceId sub-types by Sho SHIMIZU · 8 years ago
  2. e5930cc Fix bug of Resource#isSubTypeOf() and improve unit test coverage by Sho SHIMIZU · 8 years ago
  3. 74ac901 Add a method to get resource type name: simpleTypeName() by Sho SHIMIZU · 8 years ago
  4. f08cb4c Define valueAs() to get the enclosed value and remove volume() by Sho SHIMIZU · 8 years ago
  5. 003ed32 Add a method to check the type of resource by Sho SHIMIZU · 8 years ago
  6. 37a038b Update Javadoc by Sho SHIMIZU · 8 years ago
  7. 0e1a476 Add precondition check to guarantee non-null by Sho SHIMIZU · 8 years ago
  8. b08d586 Refactor: Rename Resource#isTypeOf() to isSubTypeOf() by Sho SHIMIZU · 8 years ago
  9. 9c02f3a Hide underlying components from public use by Sho SHIMIZU · 8 years ago
  10. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  11. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  12. 7dac8a4 Change the return type of ResourceId#parent() by Sho SHIMIZU · 8 years ago
  13. 42ac51f Make fields private to get classes immutable by Sho SHIMIZU · 8 years ago
  14. 34b55b6 Remove unnecessary method calls by direct access to the field by Sho SHIMIZU · 8 years ago
  15. 2a70451 Use concrete types instead of abstract types by Sho SHIMIZU · 8 years ago
  16. f33b893 Move inner classes to upper level by Sho SHIMIZU · 8 years ago