Apache Commons BeanUtils: Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 29:
== Example ==
Sample code may look like as follows:
<sourcesyntaxhighlight lang="java">
/**
* Example displaying the new default behaviour such that
Line 58:
assertEquals("Class property should have been accessed", "class org.apache.commons.beanutils2.AlphaBean", result);
}
</sourcesyntaxhighlight><ref name=":0" />
 
== See also ==