Naming conventions for Java packages

Source: Internet
Author: User

Indi:
An individual project, a project that is initiated by an individual but not done on its own, may be public or private, and the copyright is primarily the originator.

The package is named Indi. Initiator name . Name of the project. Module name *.*.*

Pers:

Individual projects, which are individual initiated, individually completed, and shareable projects, are copyrighted primarily to individuals.

The package is named Pers. name. Name of the project. Module name *.*.*

Priv:

A private project, which is an individual-initiated, privately-completed, private-use project that is copyrighted.

The package is named PRIV. Name. Name of the project. Module name *.*.*

Team:

A team project is a project that is initiated by the team and developed by the team, and the copyright belongs to the team.

The package name is team. The name of the project. Module name *.*.*

Com:

Company Project: Owned by the project initiated by the company.

The package name is com. company name. Name of the project. Module name *.*.*

Reference:

Http://www.cnblogs.com/yxnchinahlj/p/4480967.html

http://blog.csdn.net/kongjiea/article/details/45365753

Naming conventions for Java packages

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.