Changeset 8132 in josm for trunk/src/com/drew/lang/annotations
- Timestamp:
- 2015-03-10T01:17:39+01:00 (10 years ago)
- Location:
- trunk/src/com/drew/lang/annotations
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/drew/lang/annotations/NotNull.java
r6127 r8132 1 1 /* 2 * Copyright 2002-201 2Drew Noakes2 * Copyright 2002-2015 Drew Noakes 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); … … 16 16 * More information about this project is available at: 17 17 * 18 * http://drewnoakes.com/code/exif/ 19 * http ://code.google.com/p/metadata-extractor/18 * https://drewnoakes.com/code/exif/ 19 * https://github.com/drewnoakes/metadata-extractor 20 20 */ 21 21 … … 23 23 24 24 /** 25 * @author Drew Noakes http://drewnoakes.com 25 * @author Drew Noakes https://drewnoakes.com 26 26 */ 27 27 public @interface NotNull -
trunk/src/com/drew/lang/annotations/Nullable.java
r6127 r8132 1 1 /* 2 * Copyright 2002-201 2Drew Noakes2 * Copyright 2002-2015 Drew Noakes 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); … … 16 16 * More information about this project is available at: 17 17 * 18 * http://drewnoakes.com/code/exif/ 19 * http ://code.google.com/p/metadata-extractor/18 * https://drewnoakes.com/code/exif/ 19 * https://github.com/drewnoakes/metadata-extractor 20 20 */ 21 21 … … 23 23 24 24 /** 25 * @author Drew Noakes http://drewnoakes.com 25 * @author Drew Noakes https://drewnoakes.com 26 26 */ 27 27 public @interface Nullable -
trunk/src/com/drew/lang/annotations/SuppressWarnings.java
r6127 r8132 16 16 * More information about this project is available at: 17 17 * 18 * http://drewnoakes.com/code/exif/ 19 * http ://code.google.com/p/metadata-extractor/18 * https://drewnoakes.com/code/exif/ 19 * https://github.com/drewnoakes/metadata-extractor 20 20 */ 21 21
Note:
See TracChangeset
for help on using the changeset viewer.