source: josm/trunk/src/com/drew/lang/annotations/package-info.java@ 13376

Last change on this file since 13376 was 13061, checked in by Don-vip, 6 years ago

fix #15505 - update to metadata-extractor 2.10.1

  • Property svn:eol-style set to native
File size: 225 bytes
Line 
1/**
2 * Contains annotations used to extend the signatures of methods and fields, allowing tools such as IntelliJ IDEA
3 * to provide design-time warnings about potential run-time errors.
4 */
5package com.drew.lang.annotations;
Note: See TracBrowser for help on using the repository browser.