BAEL-4199 : package-info-java (#10637)
* BAEL-4199 : package-info-java * BAEL-4199: Removing entry from readme * BAEL-4199: Addressing review comments
This commit is contained in:
parent
f203051ccd
commit
45b8a5d399
@ -0,0 +1,13 @@
|
|||||||
|
/**
|
||||||
|
* This module is about impact of the final keyword on performance
|
||||||
|
* <p>
|
||||||
|
* This module explores if there are any performance benefits from
|
||||||
|
* using the final keyword in our code. This module examines the performance
|
||||||
|
* implications of using final on a variable, method, and class level.
|
||||||
|
* </p>
|
||||||
|
*
|
||||||
|
* @since 1.0
|
||||||
|
* @author baeldung
|
||||||
|
* @version 1.1
|
||||||
|
*/
|
||||||
|
package com.baeldung.finalkeyword;
|
Loading…
x
Reference in New Issue
Block a user