reflection

  • submit to reddit

Bug-safety code: design pattern Null Safe

Contents: I.  Describing the problem II. Overview of existing solutions III.The solution without aspects IV. Solution using...

1 replies - 2138 views - 02/21/13 by Oleg Nikolaenko in Articles

Bug-Safety Code: Design Pattern Null Safe

Content: I.  Describing of problem II. Overview of existing solutions III.The solution without aspects IV. Solution with using...

0 replies - 663 views - 02/20/13 by Oleg Nikolaenko in Articles

Mirror 1.6

Mirror 1.6 is finally out. Mirror is a DSL for dealing with Java Reflection API, making it more pleasant to use. This version comes with some bugfixes...

0 replies - 728 views - 03/03/11 by Jonas Abreu in Announcements

About Reflection…

I never thought that will be faced with the need to write code that analyzes itself, but recently it happened. It should be noted that many developers do not...

5 replies - 6698 views - 09/15/10 by Oleg Tsarev in Articles

Avoid Reflection

The Java Reflection API is a very nice feature of the Java language. With the API you can do the magic with Java classes, create an object or call a method...

18 replies - 7824 views - 05/14/10 by Lukasz Lenart in News

Java Reflection Library Duckapter 0.7.0 Beta

Java reflection and duck typing library Duckapter 0.7.0 beta release is now available The Duckapter library provides interface based duck typing...

0 replies - 2234 views - 04/27/10 by Vladimír Oraný in Announcements

Get Access Via Annotatio

0 replies - 1775 views - 02/22/10 by Snippets Manager in Uncategorized

Reflection - String Destroyer

0 replies - 2865 views - 09/16/09 by Snippets Manager in Uncategorized

Reflection - Find The Caller

0 replies - 5276 views - 09/16/09 by Snippets Manager in Uncategorized

Reflection - Integer Destroyer

0 replies - 2061 views - 09/16/09 by Snippets Manager in Uncategorized

Reflection - Get Vs GetDeclared Methods

0 replies - 3093 views - 09/16/09 by Snippets Manager in Uncategorized

Auto-test For Equals Function In Java Classes Through Annotations

0 replies - 4071 views - 10/19/08 by Snippets Manager in Uncategorized

Obtaining an Array class with Java reflection

This morning I needed to find and invoke a method reflectively that had an array parameter. It took me a few minutes to figure out how to get the class...

5 replies - 15992 views - 03/12/08 by Alex Miller in News

Java Inflections

4 replies - 4073 views - 06/07/07 by Chu Yeow Cheah in Uncategorized

Finds The File And Line Of Executed Code

0 replies - 2220 views - 04/30/07 by Snippets Manager in Uncategorized