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:
Joyal K Augustine 2021-04-13 08:51:20 +05:30 committed by GitHub
parent f203051ccd
commit 45b8a5d399
1 changed files with 13 additions and 0 deletions

View File

@ -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;