Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

AOP 织入(Weaving) 的表达方式或许可以描述的更易懂一些

Open
#2,453 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
55/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
java, spring
Domain
documentation

Research direction

Locate the documentation section that defines AOP weaving and compare the current wording with the proposed replacement in the issue. Update the terminology to distinguish compile-time and runtime weaving, including the listed examples, then verify the rendered documentation reads correctly.

Written by the indexing model from the issue text.

Description

perfect content

织入(Weaving) :织入是将切面和目标对象连接起来的过程,也就是将通知应用到切点匹配的连接点上。常见的织入时机有两种,分别是编译期织入(AspectJ)和运行期织入(AspectJ)。

可以更改为:织入(Weaving) :织入是将切面和目标对象连接起来的过程,也就是将通知应用到切点匹配的连接点上。常见的织入时机有两种,分别是编译期织入(Compile-Time Weaving 如:AspectJ)和运行期织入(Runtime Weaving 如:AspectJ、Spring AOP)。

Dominant language
JavaScript
Stars
159k
Forks
46.1k
Avg merge
1d 8h
Merged PRs (30d)
10

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Snailclimb/JavaGuide

All issues in Snailclimb/JavaGuide

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.