Question: Aims:Introducing Java annotationfor the javadocutility.Topic:javadocChecklist:1.Make sure Git installation is configured with your name.2.Make sure Git installation is configured with your university e-mail address.3.Java compiler and

Aims:Introducing Java annotationfor the javadocutility.Topic:javadocChecklist:1.Make sure Git installation is configured with your name.2.Make sure Git installation is configured with your university e-mail address.3.Java compiler and Java Runtime Environment have the same version and their version is 8 or higher.4.Notepad++ is configured such that the Tab length is 3 spaces.Summary:Annotate a provided java algorithm with Java annotation keyword and use javadocutility to generate standarddocumentation for the algorithm. Questions:Task 3.2: Create a folder on your machine and name it with your IDTask3.21.Initialize this folder as a Git repository. 2.Trach source codeand *.pngfiles only.3.Copy *.java files from IDTask3.1 to folder IDTask3.24.With each meaningful change made to the source code file(s), do the following:a.Save the file in Notepad++b.Stage the filec.Store the file in the Git repository.d.Show the status of your repository.5.Document all variables that do not change value withthe finalkeyword.6.In a PowerShell Window, compile all source files and run TestAlgo. 7.Take a snapshot of the compilation and runsteps and save in a file result.png8.Use the following Java standardannotationto document HailStoneSeq.java class and methods:a.@author (classes and interfaces only, required)b.@version (set as v1.0)c.@param (methods and constructors only)d.@return (methods only)9.Use javadocutility to generate a documentation for the HailStoneSeqclass in a folder .\doc10.Show the resulting documentation in a web browser of your choice.11.Take a snapshot of the web browser and save in a file result.png

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!