Skip to content

Instantly share code, notes, and snippets.

@JJBRT
Last active January 10, 2023 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JJBRT/88295553dd18361aa0fdca9b5c6ee4f4 to your computer and use it in GitHub Desktop.
Save JJBRT/88295553dd18361aa0fdca9b5c6ee4f4 to your computer and use it in GitHub Desktop.
package org.di.framework.annotations;
import java.lang.annotation.*;
/**
* Client class should use this annotation
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Component {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment