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:
committed by
GitHub
parent
74c7e975c8
commit
19e8610bd4
@@ -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;
|
||||||
Reference in New Issue
Block a user