Skip to content
 

What is metadata?

Metadata is the portion of the code that is meant for providing the compiler with additional information regarding the various parts of the code. It is not compiled, it is just interpreted to get the parameters to proceed before compiling the different modules.


Leave a Reply