Skip to content

Commit

Permalink
Merge pull request #1200 from HubSpot/mark-jinjavadoc-as-inherited
Browse files Browse the repository at this point in the history
Mark @JinjavaDoc as @inherited
  • Loading branch information
jasmith-hs authored Sep 11, 2024
2 parents c3b56b8 + c981549 commit bfcacbd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
package com.hubspot.jinjava.doc.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE, ElementType.METHOD })
@Inherited
public @interface JinjavaDoc {
String value() default "";

Expand Down

0 comments on commit bfcacbd

Please sign in to comment.