This repository was archived by the owner on Dec 4, 2024. It is now read-only.
File tree 3 files changed +6
-0
lines changed
plexus-component-annotations/src/main/java/org/codehaus/plexus/component/annotations
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 27
27
* Marks a class as a Plexus component.
28
28
*
29
29
* @since 1.0-alpha-33
30
+ * @deprecated see <a href="https://github.com/eclipse/sisu.plexus/wiki/Plexus-to-JSR330">Plexus-to-JSR330</a> instead.
30
31
*/
31
32
@ Documented
32
33
@ Retention (RUNTIME )
33
34
@ Target (TYPE )
34
35
@ Inherited
36
+ @ Deprecated
35
37
public @interface Component
36
38
{
37
39
Class <?> role ();
Original file line number Diff line number Diff line change 26
26
/**
27
27
* Marks a field as a configuration element with a default value.
28
28
*
29
+ * @deprecated see <a href="https://github.com/eclipse/sisu.plexus/wiki/Plexus-to-JSR330">Plexus-to-JSR330</a> instead.
29
30
* @since 1.0-alpha-33
30
31
*/
31
32
@ Documented
32
33
@ Retention (RUNTIME )
33
34
@ Target (FIELD )
34
35
@ Inherited
36
+ @ Deprecated
35
37
public @interface Configuration
36
38
{
37
39
String name () default "" ;
Original file line number Diff line number Diff line change 27
27
/**
28
28
* Configures a requirement.
29
29
*
30
+ * @deprecated see <a href="https://github.com/eclipse/sisu.plexus/wiki/Plexus-to-JSR330">Plexus-to-JSR330</a> instead.
30
31
* @since 1.0-alpha-33
31
32
*/
32
33
@ Documented
33
34
@ Retention (RUNTIME )
34
35
@ Target ({ FIELD , METHOD })
35
36
@ Inherited
37
+ @ Deprecated
36
38
public @interface Requirement
37
39
{
38
40
Class <?> role () default Object .class ;
You can’t perform that action at this time.
0 commit comments