com.iparelan.util.annotations
Annotation Type AutoBoxing


@Retention(value=SOURCE)
@Copyright(value="Copyright © 2008, Iparelan Solutions, LLC. All rights reserved.")
public @interface AutoBoxing

Declares that an autoboxing conversion is present. Autoboxing tends to be a controversial topic. In general, autoboxing should be used sparingly and its use should be well marked with this annotation.

Version:
June 2008
Author:
Greg Mattes



Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.