1*2bf66424SCole Faust<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> 2*2bf66424SCole Faust<!-- NewPage --> 3*2bf66424SCole Faust<html lang="en"> 4*2bf66424SCole Faust<head> 5*2bf66424SCole Faust<!-- Generated by javadoc on Thu Jan 01 15:31:16 PST 2015 --> 6*2bf66424SCole Faust<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7*2bf66424SCole Faust<title>Jackson-annotations 2.5.0 API</title> 8*2bf66424SCole Faust<script type="text/javascript"> 9*2bf66424SCole Faust targetPage = "" + window.location.search; 10*2bf66424SCole Faust if (targetPage != "" && targetPage != "undefined") 11*2bf66424SCole Faust targetPage = targetPage.substring(1); 12*2bf66424SCole Faust if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage))) 13*2bf66424SCole Faust targetPage = "undefined"; 14*2bf66424SCole Faust function validURL(url) { 15*2bf66424SCole Faust var pos = url.indexOf(".html"); 16*2bf66424SCole Faust if (pos == -1 || pos != url.length - 5) 17*2bf66424SCole Faust return false; 18*2bf66424SCole Faust var allowNumber = false; 19*2bf66424SCole Faust var allowSep = false; 20*2bf66424SCole Faust var seenDot = false; 21*2bf66424SCole Faust for (var i = 0; i < url.length - 5; i++) { 22*2bf66424SCole Faust var ch = url.charAt(i); 23*2bf66424SCole Faust if ('a' <= ch && ch <= 'z' || 24*2bf66424SCole Faust 'A' <= ch && ch <= 'Z' || 25*2bf66424SCole Faust ch == '$' || 26*2bf66424SCole Faust ch == '_') { 27*2bf66424SCole Faust allowNumber = true; 28*2bf66424SCole Faust allowSep = true; 29*2bf66424SCole Faust } else if ('0' <= ch && ch <= '9' 30*2bf66424SCole Faust || ch == '-') { 31*2bf66424SCole Faust if (!allowNumber) 32*2bf66424SCole Faust return false; 33*2bf66424SCole Faust } else if (ch == '/' || ch == '.') { 34*2bf66424SCole Faust if (!allowSep) 35*2bf66424SCole Faust return false; 36*2bf66424SCole Faust allowNumber = false; 37*2bf66424SCole Faust allowSep = false; 38*2bf66424SCole Faust if (ch == '.') 39*2bf66424SCole Faust seenDot = true; 40*2bf66424SCole Faust if (ch == '/' && seenDot) 41*2bf66424SCole Faust return false; 42*2bf66424SCole Faust } else { 43*2bf66424SCole Faust return false; 44*2bf66424SCole Faust } 45*2bf66424SCole Faust } 46*2bf66424SCole Faust return true; 47*2bf66424SCole Faust } 48*2bf66424SCole Faust function loadFrames() { 49*2bf66424SCole Faust if (targetPage != "" && targetPage != "undefined") 50*2bf66424SCole Faust top.classFrame.location = top.targetPage; 51*2bf66424SCole Faust } 52*2bf66424SCole Faust</script> 53*2bf66424SCole Faust</head> 54*2bf66424SCole Faust<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()"> 55*2bf66424SCole Faust<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> 56*2bf66424SCole Faust<frame src="com/fasterxml/jackson/annotation/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> 57*2bf66424SCole Faust<noframes> 58*2bf66424SCole Faust<noscript> 59*2bf66424SCole Faust<div>JavaScript is disabled on your browser.</div> 60*2bf66424SCole Faust</noscript> 61*2bf66424SCole Faust<h2>Frame Alert</h2> 62*2bf66424SCole Faust<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="com/fasterxml/jackson/annotation/package-summary.html">Non-frame version</a>.</p> 63*2bf66424SCole Faust</noframes> 64*2bf66424SCole Faust</frameset> 65*2bf66424SCole Faust</html> 66