Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Make Profiles annotation visible
Browse files Browse the repository at this point in the history
  • Loading branch information
aclement committed Jul 4, 2021
1 parent 90b9a7b commit 2a773dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
@TypeHint(types = { ConfigurationClassPostProcessor.class },
methods = @MethodHint(name="setMetadataReaderFactory", parameterTypes = MetadataReaderFactory.class)
),
@TypeHint(types= ApplicationContext.class, access = AccessBits.LOAD_AND_CONSTRUCT | AccessBits.RESOURCE)
@TypeHint(types= ApplicationContext.class, access = AccessBits.LOAD_AND_CONSTRUCT | AccessBits.RESOURCE),
// @TypeHint(types = Profile.class, access = AccessBits.ANNOTATION)
})
public class ContextAnnotationHints implements NativeConfiguration {
}

0 comments on commit 2a773dd

Please sign in to comment.